Class ChangeRecurringAccounttransInput

Description

自動売上自動売上定義変更(口座振替) 入力パラメータクラス

Located in /com/gmo_pg/client/input/ChangeRecurringAccounttransInput.php (line 11)

BaseInput
   |
   --ChangeRecurringAccounttransInput
Method Summary
 ChangeRecurringAccounttransInput __construct ([array $params = null])
 integer getAmount ()
 string getChargeDay ()
 string getChargeMonth ()
 string getChargeStopDate ()
 string getPlanID ()
 string getRecurringID ()
 string getShopID ()
 string getShopPass ()
 integer getTax ()
 string getUpdateType ()
 void setAmount (integer $amount)
 void setChargeDay (string $chargeDay)
 void setChargeMonth (string $chargeMonth)
 void setChargeStopDate (string $chargeStopDate)
 void setInputValues (IgnoreCaseMap $params)
 void setPlanID (string $planID)
 void setRecurringID (string $recurringID)
 void setShopID (string $shopID)
 void setShopPass (string $shopPass)
 void setTax (integer $tax)
 void setUpdateType (string $updateType)
 string toString ()
Methods
Constructor __construct (line 60)

コンストラクタ

  • access: public
ChangeRecurringAccounttransInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAmount (line 97)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getChargeDay (line 118)

課金日取得

  • return: 課金日
  • access: public
string getChargeDay ()
getChargeMonth (line 111)

課金月取得

  • return: 課金月
  • access: public
string getChargeMonth ()
getChargeStopDate (line 125)

課金停止日取得

  • return: 課金停止日
  • access: public
string getChargeStopDate ()
getPlanID (line 90)

プランID取得

  • return: プランID
  • access: public
string getPlanID ()
getRecurringID (line 83)

自動売上ID取得

  • return: 自動売上ID
  • access: public
string getRecurringID ()
getShopID (line 69)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getShopPass (line 76)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getTax (line 104)

税送料取得

  • return: 税送料
  • access: public
integer getTax ()
getUpdateType (line 132)

更新区分取得

  • return: 更新区分
  • access: public
string getUpdateType ()
setAmount (line 173)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount
setChargeDay (line 197)

課金日設定

  • access: public
void setChargeDay (string $chargeDay)
  • string $chargeDay
setChargeMonth (line 189)

課金月設定

  • access: public
void setChargeMonth (string $chargeMonth)
  • string $chargeMonth
setChargeStopDate (line 205)

課金停止日設定

  • access: public
void setChargeStopDate (string $chargeStopDate)
  • string $chargeStopDate
setDefaultValues (line 221)

デフォルト値設定

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setInputValues (line 230)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setPlanID (line 165)

プランID設定

  • access: public
void setPlanID (string $planID)
  • string $planID
setRecurringID (line 157)

自動売上ID設定

  • access: public
void setRecurringID (string $recurringID)
  • string $recurringID
setShopID (line 141)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setShopPass (line 149)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass
setTax (line 181)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax
setUpdateType (line 213)

更新区分設定

  • access: public
void setUpdateType (string $updateType)
  • string $updateType
toString (line 253)

文字列表現

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 19:53:56 +0900 by phpDocumentor 1.4.3